home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / fix_fat.zip / FAT.DOC next >
Text File  |  1985-06-15  |  2KB  |  49 lines

  1.     Documentation for file recovery utilities....
  2.  
  3.  
  4. I have included three programs useful for recovering lost files,
  5. such as ones that are mistakenly deleted, or a patching up an
  6. incorrect FAT.  The three programs are PFAT, FAT, and TOSECT.  When
  7. used together with DEBUG, it is possible to correct both of the above
  8. situations with some time and patience.  I am writing a more complete
  9. DOC file explaining the mysteries of how this is done for DOS non-experts.
  10. For now, I am afraid the best I can do is to refer you to Appendix C
  11. of the PC-DOS manual for more information.  It should be available in a
  12. couple of weeks.
  13.  
  14. These programs probably only work with DOS 2.0 and later and only on
  15. DSDD floppies.  They should work on an MS-DOS or PC-DOS system, however,
  16. since I restricted myself to DOS function calls.
  17.  
  18. FAT.EXE
  19.     This program allows simple modification of the FAT table.  The
  20.     two copies of the FAT table are read from drive B and compared
  21.     to make sure they are consistent.  The program will respond with
  22.     a FAT> prompt.  Responding with a hexadecimal cluster number will
  23.     display the hexadecimal contents of the FAT table corresponding to
  24.     that cluster.  By typing a new hex value, that location can be
  25.     modified and the next location is opened.  To exit the program,
  26.     type ^Z (control Z) after the FAT> prompt.  The new FAT table
  27.     will be copied to the diskette in drive 2 at this point.  If you
  28.     don't want the table to be modified, exit the program by typing
  29.     ^BREAK.
  30.  
  31. PFAT.EXE
  32.     The FAT table is printed out in hex on the console.  The output
  33.     can be redirected to the printer where it will be easier to read.
  34.     It is about 100 characters wide.
  35.  
  36. TOSECT.EXE
  37.     This utility program converts the cluster number in the FAT table
  38.     to a logical sector number (as used by DEBUG).
  39.  
  40.  
  41. Questions or problems???  Contact     Steve Turley
  42.                                     30539 Canwood St.
  43.                                     Agoura Hills, CA  91301
  44.                                     (818) 991-2847
  45.  
  46. 2/2/85
  47.  
  48.     I am especially anxious to hear how this works with systems other
  49. than my Compaq.